home *** CD-ROM | disk | FTP | other *** search
/ Student Private Syndrome 3 / Student Private Syndrome 3.iso / private / main / main.dxr / 00003.ls < prev    next >
Encoding:
Text File  |  1996-06-21  |  215 b   |  11 lines

  1. on exitFrame
  2.   global startticks, splist
  3.   set startticks to the ticks
  4.   set splist to [6, 7, 8, 9]
  5.   repeat with i in splist
  6.     puppetSprite(i, 1)
  7.   end repeat
  8.   preLoadCast("Quit,1", "Byebye,ON")
  9.   cursor(0)
  10. end
  11.